Skip to content

update poetry.lock#1357

Open
MattShirley wants to merge 14 commits intodevelopfrom
mshirley/setuptools-test
Open

update poetry.lock#1357
MattShirley wants to merge 14 commits intodevelopfrom
mshirley/setuptools-test

Conversation

@MattShirley
Copy link
Collaborator

@MattShirley MattShirley commented Mar 19, 2026

Some quality of life changes.

  1. Update poetry.lock
  2. Remove pkg_resources calls from code (which setuptools==^82 removed). Versioning setuptools to 81 will also fix this error, but it is simple enough to remove calls to pkg_resources.
  3. Move pre-commit to dev group in pyproject.toml. Obviously this is good practice, but not doing so will now generate an error in the build step due to a compatibility issue with virtualenv. Moving it to the dev group fixes this.

@codecov
Copy link

codecov bot commented Mar 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.44%. Comparing base (e300d02) to head (3c67569).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1357      +/-   ##
===========================================
+ Coverage    87.42%   87.44%   +0.02%     
===========================================
  Files           99       99              
  Lines         3459     3458       -1     
  Branches       414      414              
===========================================
  Hits          3024     3024              
+ Misses         365      364       -1     
  Partials        70       70              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@MattShirley MattShirley changed the title test setuptools update poetry.lock Mar 20, 2026
@MattShirley MattShirley marked this pull request as ready for review March 20, 2026 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant